Crate sn_registers

source ·

Structs§

  • Hash of the register entry. Logging as the same format of XorName.
  • A Register on the SAFE Network
  • Address of a Register on the SAFE Network
  • Register mutation operation to apply to Register. CRDT Data operation applicable to other Register replica.
  • A Signed Register on the SAFE Network This cryptographically secure version of the Register is used to make sure that the data cannot be tampered with

Enums§

  • Register permissions Everyone can read a Register, all data is public on safe network. The Default value is nobody can write.

Type Aliases§

  • An entry in a Register (note that the vec<u8> is size limited: MAX_REG_ENTRY_SIZE)